home *** CD-ROM | disk | FTP | other *** search
/ Champak 86 / (Vol 86) My Disc.iso / Games / restaurante_1062.swf / scripts / DefineSprite_109 / frame_1 / PlaceObject3_107_4 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2009-04-16  |  265b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    _parent.loaderbar.gotoAndStop(stepp);
  3.    if(_root.getBytesLoaded() / _root.getBytesTotal() > stepp / 100)
  4.    {
  5.       stepp++;
  6.    }
  7.    if(stepp >= 100)
  8.    {
  9.       _parent.gotoAndStop(2);
  10.       _parent._visible = false;
  11.    }
  12. }
  13.